Structs in Golang

38

type person struct {
  name string
  age int
  gender string
}

Comments

Submit
0 Comments